home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 232
- Top = 110
- HelpContext = 2
- AutoSize = True
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'Benthic Import/Export'
- ClientHeight = 426
- ClientWidth = 478
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -10
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 478
- Height = 426
- ActivePage = ImportPage
- Align = alClient
- TabOrder = 0
- OnChanging = PageControl1Changing
- object TabSheet1: TTabSheet
- HelpContext = 3
- Caption = 'Welcome && &Options'
- object GroupBox5: TGroupBox
- Left = 14
- Top = 14
- Width = 329
- Height = 152
- Caption = 'Welcome'
- TabOrder = 0
- object Label5: TLabel
- Left = 31
- Top = 102
- Width = 282
- Height = 46
- AutoSize = False
- Caption =
- 'Welcome to ImpExp32! This is now a standalone application so th' +
- 'at it will not interfere with Golden. You can minimize this app' +
- 'lication while it is running.'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- WordWrap = True
- end
- object Image1: TImage
- Left = 31
- Top = 17
- Width = 84
- Height = 80
- AutoSize = True
- Center = True
- Picture.Data = {<image000.bmp>}
- Transparent = True
- OnClick = ProductNameClick
- end
- object ProductName: TLabel
- Left = 133
- Top = 21
- Width = 81
- Height = 20
- AutoSize = False
- Caption = 'ImpExp32'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Pitch = fpVariable
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- OnClick = ProductNameClick
- IsControl = True
- end
- object Label11: TLabel
- Left = 133
- Top = 61
- Width = 94
- Height = 15
- AutoSize = False
- Caption = 'Benthic Software'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Label12: TLabel
- Left = 133
- Top = 44
- Width = 48
- Height = 13
- Caption = 'Mark Ford'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- object Label13: TLabel
- Left = 133
- Top = 77
- Width = 156
- Height = 13
- Caption = 'http://www.benthicsoftware.com'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Pitch = fpVariable
- Font.Style = []
- ParentFont = False
- IsControl = True
- end
- end
- object GroupBox6: TGroupBox
- Left = 14
- Top = 173
- Width = 432
- Height = 203
- Caption = 'Options'
- TabOrder = 1
- object Label10: TLabel
- Left = 21
- Top = 81
- Width = 108
- Height = 15
- AutoSize = False
- Caption = 'Default Date Format:'
- end
- object Label3: TLabel
- Left = 21
- Top = 24
- Width = 71
- Height = 13
- Alignment = taRightJustify
- Caption = 'Field Delimiter:'
- end
- object Label7: TLabel
- Left = 21
- Top = 53
- Width = 84
- Height = 13
- Alignment = taRightJustify
- Caption = 'Record Delimiter:'
- end
- object Label9: TLabel
- Left = 30
- Top = 115
- Width = 92
- Height = 13
- Alignment = taRightJustify
- Caption = 'Transfer Array Size:'
- end
- object Label14: TLabel
- Left = 30
- Top = 141
- Width = 60
- Height = 13
- Alignment = taRightJustify
- Caption = 'Commit Size:'
- end
- object Label15: TLabel
- Left = 214
- Top = 115
- Width = 179
- Height = 13
- Caption = 'Number of records to transfer at once.'
- end
- object Label16: TLabel
- Left = 214
- Top = 141
- Width = 196
- Height = 13
- Caption = 'Records inserted before a commit occurs.'
- end
- object Label6: TLabel
- Left = 214
- Top = 24
- Width = 69
- Height = 13
- Alignment = taRightJustify
- Caption = 'Field Qualifier:'
- end
- object RecordDelimiterCBox: TComboBox
- Tag = -1
- Left = 125
- Top = 49
- Width = 74
- Height = 21
- ItemHeight = 13
- TabOrder = 2
- Text = '{crlf}'
- Items.Strings = (
- '{crlf}'
- '{cr}'
- '{lf}')
- end
- object ArraySizeSpinEdit: TRzSpinEdit
- Tag = -1
- Left = 134
- Top = 111
- Width = 47
- Height = 21
- Max = 50.000000000000000000
- Min = 1.000000000000000000
- Value = 20.000000000000000000
- TabOrder = 4
- end
- object CommitSizeSpinEdit: TRzSpinEdit
- Tag = -1
- Left = 134
- Top = 137
- Width = 47
- Height = 21
- Max = 500.000000000000000000
- PageSize = 25.000000000000000000
- Value = 50.000000000000000000
- TabOrder = 5
- end
- object FieldDelimiterCBox: TComboBox
- Tag = -1
- Left = 125
- Top = 19
- Width = 73
- Height = 21
- ItemHeight = 13
- TabOrder = 0
- Text = '{comma}'
- Items.Strings = (
- '{comma}'
- '{space}'
- '{tab}'
- '{none}')
- end
- object FieldQualifierCBox: TComboBox
- Tag = -1
- Left = 292
- Top = 20
- Width = 73
- Height = 21
- ItemHeight = 13
- TabOrder = 1
- Text = '"'
- Items.Strings = (
- '{none}'
- '"'
- #39)
- end
- object Button1: TButton
- Left = 309
- Top = 170
- Width = 114
- Height = 25
- Caption = 'Save Defaults'
- TabOrder = 6
- OnClick = Button1Click
- end
- object LoginButton: TButton
- Left = 9
- Top = 170
- Width = 80
- Height = 25
- Caption = 'Login'
- TabOrder = 7
- OnClick = LoginButtonClick
- end
- object DefaultDateFormat: TRzButtonEdit
- Tag = -1
- Left = 134
- Top = 79
- Width = 231
- Height = 21
- Text = 'MM/DD/YYYY HH24:MI:SS'
- TabOrder = 3
- OnExit = DefaultDateFormatExit
- OnButtonClick = DefaultDateFormatButtonClick
- end
- end
- object GroupBox1: TGroupBox
- Left = 351
- Top = 14
- Width = 95
- Height = 152
- Caption = 'About && Help'
- TabOrder = 2
- object AboutButton: TButton
- Left = 10
- Top = 25
- Width = 76
- Height = 25
- Caption = 'About...'
- TabOrder = 0
- OnClick = AboutButtonClick
- end
- object HelpButton: TButton
- Left = 10
- Top = 61
- Width = 76
- Height = 25
- Caption = 'Help...'
- TabOrder = 1
- OnClick = HelpButtonClick
- end
- end
- end
- object ImportPage: TTabSheet
- HelpContext = 4
- Caption = '&Import To Oracle'
- object Label4: TLabel
- Left = 11
- Top = 146
- Width = 77
- Height = 13
- Caption = 'Status && Log:'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object LoadGauge: TGauge
- Left = 10
- Top = 367
- Width = 450
- Height = 19
- Color = clBlack
- ForeColor = clAqua
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Progress = 0
- end
- object GroupBox3: TGroupBox
- Tag = 2
- Left = 6
- Top = 9
- Width = 350
- Height = 126
- Caption = 'Import Options:'
- TabOrder = 0
- object Label1: TLabel
- Left = 9
- Top = 26
- Width = 65
- Height = 19
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Source File:'
- end
- object Label2: TLabel
- Left = 8
- Top = 50
- Width = 66
- Height = 36
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Destination Table:'
- WordWrap = True
- end
- object ImportFilename: TRzButtonEdit
- Tag = 2
- Left = 80
- Top = 23
- Width = 258
- Height = 21
- TabOrder = 0
- OnButtonClick = ImportFilenameBrowseClick
- end
- object Truncate: TCheckBox
- Tag = 3
- Left = 80
- Top = 81
- Width = 126
- Height = 17
- Hint = 'Truncate Table before Load'
- Caption = 'Delete existing data'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- end
- object IgnoreFirstLine: TCheckBox
- Tag = 3
- Left = 80
- Top = 102
- Width = 151
- Height = 17
- Hint = 'Ignore first line in file (field names?)'
- Caption = 'Ignore First Line in file'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object ImportTableName: TRzButtonEdit
- Left = 80
- Top = 51
- Width = 258
- Height = 21
- TabOrder = 1
- ButtonHint = 'Pick from a list'
- OnButtonClick = ImportTableNameButtonClick
- end
- end
- object StartImportButton: TBitBtn
- Tag = 2
- Left = 364
- Top = 15
- Width = 101
- Height = 30
- Hint = 'Start the Export'
- Caption = '&Start Import'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = StartImportButtonClick
- Glyph.Data = {
- BE060000424DBE06000000000000360400002800000024000000120000000100
- 0800000000008802000000000000000000000001000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 03030303030303030303030303030303030303030303FF030303030303030303
- 03030303030303040403030303030303030303030303030303F8F8FF03030303
- 03030303030303030303040202040303030303030303030303030303F80303F8
- FF030303030303030303030303040202020204030303030303030303030303F8
- 03030303F8FF0303030303030303030304020202020202040303030303030303
- 0303F8030303030303F8FF030303030303030304020202FA0202020204030303
- 0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
- 040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
- 03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
- FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
- 0303030303030303030303FA0202020403030303030303030303030303F8FF03
- 03F8FF03030303030303030303030303FA020202040303030303030303030303
- 0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
- 03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
- 030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
- 0202040303030303030303030303030303F8FF03F8FF03030303030303030303
- 03030303FA0202030303030303030303030303030303F8FFF803030303030303
- 030303030303030303FA0303030303030303030303030303030303F803030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- end
- object CancelButton: TBitBtn
- Left = 364
- Top = 52
- Width = 101
- Height = 30
- Hint = 'Cancel current operation'
- Cancel = True
- Caption = '&Cancel'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnMouseDown = lStopBtnMouseUp
- OnMouseUp = lStopBtnMouseUp
- Glyph.Data = {
- BE060000424DBE06000000000000360400002800000024000000120000000100
- 0800000000008802000000000000000000000001000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303F8F80303030303030303030303030303030303FF03030303030303030303
- 0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
- 03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
- 030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
- FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
- 030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
- F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
- 010101F8030303030303030303F8FF030303030303FFF8030303030303030303
- 030101010101F80303030303030303030303F8FF0303030303F8030303030303
- 0303030303F901010101F8030303030303030303030303F8FF030303F8030303
- 0303030303030303F90101010101F8030303030303030303030303F803030303
- F8FF030303030303030303F9010101F8010101F803030303030303030303F803
- 03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
- 03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
- 03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
- 0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
- 030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
- 03030303030303030303030303030303030303030303030303F8F8F803030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- end
- object Status: TMemo
- Tag = 2
- Left = 8
- Top = 163
- Width = 453
- Height = 187
- Hint = 'Results of the Import.'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ReadOnly = True
- ScrollBars = ssBoth
- ShowHint = False
- TabOrder = 3
- WordWrap = False
- end
- end
- object ExportPage: TTabSheet
- HelpContext = 5
- Caption = '&Export From Oracle'
- object GroupBox2: TGroupBox
- Left = 9
- Top = 8
- Width = 344
- Height = 315
- Caption = 'Export Options:'
- TabOrder = 0
- object Label17: TLabel
- Left = 10
- Top = 54
- Width = 88
- Height = 17
- AutoSize = False
- Caption = 'SQL Query:'
- end
- object Label18: TLabel
- Left = 10
- Top = 23
- Width = 42
- Height = 17
- AutoSize = False
- Caption = 'Table:'
- end
- object Script: TMemo
- Tag = 2
- Left = 10
- Top = 70
- Width = 325
- Height = 182
- Hint = 'SQL query used for export (Can be edited!)'
- TabStop = False
- ScrollBars = ssBoth
- TabOrder = 1
- WantTabs = True
- WordWrap = False
- end
- object ExportFilename: TRzButtonEdit
- Tag = 2
- Left = 10
- Top = 259
- Width = 258
- Height = 21
- TabOrder = 2
- OnButtonClick = ExportFilenameButtonClick
- end
- object rbNoHeader: TRadioButton
- Tag = 3
- Left = 10
- Top = 287
- Width = 101
- Height = 17
- Hint = 'First line of file will be data.'
- Caption = 'No Header Line'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 3
- end
- object rbImpExpHeader: TRadioButton
- Tag = 3
- Left = 115
- Top = 287
- Width = 101
- Height = 17
- Hint = 'First line of file will be formatted for ImpExp.'
- Caption = 'ImpExp Header'
- Checked = True
- ParentShowHint = False
- ShowHint = True
- TabOrder = 4
- TabStop = True
- end
- object rbSimpleHeader: TRadioButton
- Tag = 3
- Left = 222
- Top = 287
- Width = 101
- Height = 17
- Hint = 'First line of file will contain field names.'
- Caption = 'Simple Header'
- ParentShowHint = False
- ShowHint = True
- TabOrder = 5
- end
- object ExportTableName: TRzButtonEdit
- Left = 51
- Top = 20
- Width = 279
- Height = 21
- TabOrder = 0
- OnEnter = ExportTableNameEnter
- OnExit = ExportTableNameExit
- OnKeyUp = ExportTableNameKeyUp
- ButtonHint = 'Pick from a list'
- OnButtonClick = ExportTableNameButtonClick
- end
- end
- object StartExportButton: TBitBtn
- Tag = 2
- Left = 364
- Top = 15
- Width = 101
- Height = 30
- Hint = 'Start the Export'
- Caption = '&Start Export'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OnClick = StartExportButtonClick
- Glyph.Data = {
- BE060000424DBE06000000000000360400002800000024000000120000000100
- 0800000000008802000000000000000000000001000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 03030303030303030303030303030303030303030303FF030303030303030303
- 03030303030303040403030303030303030303030303030303F8F8FF03030303
- 03030303030303030303040202040303030303030303030303030303F80303F8
- FF030303030303030303030303040202020204030303030303030303030303F8
- 03030303F8FF0303030303030303030304020202020202040303030303030303
- 0303F8030303030303F8FF030303030303030304020202FA0202020204030303
- 0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
- 040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
- 03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
- FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
- 0303030303030303030303FA0202020403030303030303030303030303F8FF03
- 03F8FF03030303030303030303030303FA020202040303030303030303030303
- 0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
- 03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
- 030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
- 0202040303030303030303030303030303F8FF03F8FF03030303030303030303
- 03030303FA0202030303030303030303030303030303F8FFF803030303030303
- 030303030303030303FA0303030303030303030303030303030303F803030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- end
- object CancelButton2: TBitBtn
- Left = 364
- Top = 52
- Width = 101
- Height = 30
- Hint = 'Cancel current operation'
- Cancel = True
- Caption = '&Cancel'
- Enabled = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ShowHint = True
- TabOrder = 2
- OnMouseDown = lStopBtnMouseUp
- OnMouseUp = lStopBtnMouseUp
- Glyph.Data = {
- BE060000424DBE06000000000000360400002800000024000000120000000100
- 0800000000008802000000000000000000000001000000000000000000000000
- 80000080000000808000800000008000800080800000C0C0C000C0DCC000F0CA
- A600000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 0000000000000000000000000000000000000000000000000000000000000000
- 000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
- FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303F8F80303030303030303030303030303030303FF03030303030303030303
- 0303030303F90101F80303030303F9F80303030303030303F8F8FF0303030303
- 03FF03030303030303F9010101F8030303F90101F8030303030303F8FF03F8FF
- 030303FFF8F8FF030303030303F901010101F803F901010101F80303030303F8
- FF0303F8FF03FFF80303F8FF030303030303F901010101F80101010101F80303
- 030303F8FF030303F8FFF803030303F8FF030303030303F90101010101010101
- F803030303030303F8FF030303F803030303FFF80303030303030303F9010101
- 010101F8030303030303030303F8FF030303030303FFF8030303030303030303
- 030101010101F80303030303030303030303F8FF0303030303F8030303030303
- 0303030303F901010101F8030303030303030303030303F8FF030303F8030303
- 0303030303030303F90101010101F8030303030303030303030303F803030303
- F8FF030303030303030303F9010101F8010101F803030303030303030303F803
- 03030303F8FF0303030303030303F9010101F803F9010101F803030303030303
- 03F8030303F8FF0303F8FF03030303030303F90101F8030303F9010101F80303
- 03030303F8FF0303F803F8FF0303F8FF03030303030303F9010303030303F901
- 0101030303030303F8FFFFF8030303F8FF0303F8FF0303030303030303030303
- 030303F901F903030303030303F8F80303030303F8FFFFFFF803030303030303
- 03030303030303030303030303030303030303030303030303F8F8F803030303
- 0303030303030303030303030303030303030303030303030303030303030303
- 0303}
- Margin = 2
- NumGlyphs = 2
- Spacing = -1
- end
- object ExportStatus: TMemo
- Tag = 2
- Left = 9
- Top = 331
- Width = 453
- Height = 63
- Hint = 'Results of the Import.'
- TabStop = False
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- ReadOnly = True
- ScrollBars = ssBoth
- ShowHint = False
- TabOrder = 3
- WordWrap = False
- end
- end
- end
- object SaveDialog: TSaveDialog
- DefaultExt = 'txt'
- Filter =
- 'Ascii Dump Files (*.txt)|*.txt|CSV Files (*.csv)|*.csv|Text Data' +
- ' Files (*.dat)|*.dat|All Files (*.*)|*.*'
- Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
- Left = 358
- Top = 167
- end
- object OpenDialog: TOpenDialog
- DefaultExt = 'txt'
- Filter =
- 'Ascii Dump Files (*.txt)|*.txt|CSV Files (*.csv)|*.csv|Text Data' +
- ' Files (*.dat)|*.dat|All Files (*.*)|*.*'
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Left = 358
- Top = 204
- end
- object AppSettings1: TAppSettings
- AppName = 'Golden32'
- RegKey = '\Software\Benthic\Golden32'
- Left = 358
- Top = 130
- end
- object FormEnhThree1: TFormEnhThree
- AppSettings = AppSettings1
- SaveKey = 'ImpExp Placement'
- Left = 395
- Top = 205
- end
- end
-